Updates an organization number in the blacklist.

Updates an organization's blacklist situation.

PATH:

/v1/clients/{clientId}/lookup/blacklist/organization-number/{organizationNumber}

PATH PARAMETERS:

clientId
required

integer

The ID of the client.

organizationNumber
required

string

The number of the organization.

RESPONSES:

200 Success
401 Unauthorized

RESPONSE SCHEMA:

type

string

The type of error that is carried within this response. The value of this type is an URI that can be dereferenced for a human-readable explanation of the error type.

title

string

A short, human-readable summary of the problem.

details

string

A human-readable explanation specific to this occurrence of the problem.

category

string

Enum: BusinessError TechnicalError

no description in swagger file

403 Forbidden

RESPONSE SCHEMA:

type

string

The type of error that is carried within this response. The value of this type is an URI that can be dereferenced for a human-readable explanation of the error type.

title

string

A short, human-readable summary of the problem.

details

string

A human-readable explanation specific to this occurrence of the problem.

category

string

Enum: BusinessError TechnicalError

no description in swagger file

Path

put

/v1/clients/{clientId}/lookup/blacklist/organization-number/{organizationNumber}

Response samples

401403
  • {
    • "type": "string",
    • "title": "string",
    • "details": "string",
    • "category": "string"
    }
  • {
    • "type": "string",
    • "title": "string",
    • "details": "string",
    • "category": "string"
    }